home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 98 / CD-ROM 98.iso / jogos / blocks3d / blocks.cfg next >
Encoding:
Text File  |  2003-06-12  |  1.3 KB  |  45 lines

  1. Blocks.Data = /data/blocks
  2.  
  3. ; Switch to the software renderer if OpenGL doesn't work for you.
  4. System.Plugins.iGraphics3D = crystalspace.graphics3d.opengl
  5. ;System.Plugins.iGraphics3D = crystalspace.graphics3d.software
  6.  
  7. System.Plugins.iVFS = crystalspace.kernel.vfs
  8. System.Plugins.iEngine = crystalspace.engine.3d
  9. System.Plugins.iSoundRender = crystalspace.sound.render.software
  10. System.Plugins.iSoundLoader = crystalspace.sound.loader.multiplexer
  11. System.Plugins.iFontServer = crystalspace.font.server.default
  12. System.Plugins.iImageIO = crystalspace.graphic.image.io.multiplex
  13. System.Plugins.iLoader = crystalspace.level.loader
  14.  
  15. ; Application ID string
  16. System.ApplicationID = CrystalSpace.Blocks3D
  17.  
  18. Blocks.Keys.Up = up
  19. Blocks.Keys.Down = down
  20. Blocks.Keys.Left = left
  21. Blocks.Keys.Right = right
  22. Blocks.Keys.RotPX = q
  23. Blocks.Keys.RotMX = a
  24. Blocks.Keys.RotPY = w
  25. Blocks.Keys.RotMY = s
  26. Blocks.Keys.RotPZ = e
  27. Blocks.Keys.RotMZ = d
  28. Blocks.Keys.Pause = p
  29. Blocks.Keys.Drop = space
  30. Blocks.Keys.ESC = esc
  31. Blocks.Keys.ViewLeft = del
  32. Blocks.Keys.ViewRight = pgdn
  33. Blocks.Keys.ViewUp = home
  34. Blocks.Keys.ViewDown = end
  35. Blocks.Keys.ZoomIn = ins
  36. Blocks.Keys.ZoomOut = pgup
  37.  
  38. Blocks.Game.PlaySize = 3
  39. Blocks.Game.PlayHeight = 1
  40. Blocks.Game.Level = 0
  41.  
  42. Blocks.HighScores.Score0_3x3x1_0 = 51642
  43. Blocks.HighScores.Name0_3x3x1_0 = jorrit
  44.  
  45.